* {
	margin: 0;
	padding: 0;
}

body {
	background: #f1f2f6;
	min-height: 100vh;
}

.mainTop {
	width: 100%;
	background-color: #2555b1;
	position: fixed;
	top: 0;
	z-index: 9999999;
}

.totalTop {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.totalLogo {
	width: 1200px;
	/* margin-left: 100px; */
}
.totalLogo img{
    width: 200px;
}
.totalMenu {
	width: 985px;
	min-width: 985px;
	display: flex;
	justify-content: space-between;
	height: 100px;
    line-height: 100px;
}

.menu {
	font-size: 17px;
	cursor: pointer;
	display: block;
	color: black;
	padding: 5px 20px;
	text-decoration: none;
	position: relative;
	color: #fff;
}

.sel {
	color: #000;
	background-color: #fff;
}

/* .menu:after {
	content: "";
	height: 2px;
	bottom: 0;
	left: -50%;
	opacity: 0;
	background: #000;
	position: absolute;
	transition: all 700ms ease;
} */

.sel::after {
	width: 100%;
	left: 0;
	opacity: 1;
}

.articlePart {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.p-title {
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 35px;
	color: #434343;
	font-weight: 550;
	padding: 25px 0 20px 0;
	letter-spacing: 5px;
}

.articleList {
	width: 585px;
	font-size: 16px;
	box-shadow: 2px 2px 10px #cfd5dd;
	border-radius: 0.1rem;
	margin-bottom: 0.7rem;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.articleTitle {
	height: 50px;
	background-color: #2555b1;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: center;
	line-height: 50px;
	letter-spacing: 5px;
	font-size: 20px;
	color: #ffffff;
}

.articleContent {
	height: 300px;
	background-color: #fff;
	padding: 17px 32.5px;
}

.picNews {
	width: 1200px;
	display: flex;
	margin: 0 auto;
	align-items: center;
}

.news {
	width: 520px;
	height: 420px;
	background-color: #fff;
	padding: 30px 40px;
	/* background-color: #005bac; */
}

.newsTitle {
	display: block;
	float: left;
	width: 505px;
	text-align: left;
	color: #666;

	height: 35px;
	background: url(../../img/icoli.png) left center no-repeat;
	line-height: 35px;
	border-bottom: 1px dashed #ccc;
	font-size: 15px;
	padding-left: 15px;
	margin-bottom: 17px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
}

.newsTitle:hover {
	background: url(../../img/icoli-on.png) left center no-repeat;
	height: 35px;
	line-height: 35px;
	background-color: #f7f7f7;
	color: #003182;
	cursor: pointer;
}

.newsTt {
	width: 80%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.newsDate {
	font-size: 12px;
}

.txrzList {
	width: 1200px;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	margin-bottom: 20px;
}

.txrz {
	width: 200px;
	padding: 10px;
	text-align: center;
	box-shadow: 2px 2px 10px #cfd5dd;
	border-radius: 15px;
	background-color: #fff;
}

.txrz img {
	width: 190px;
	border-radius: 10px;
	margin-top: 10px;
}

.txrzBTitle {
	font-size: 30px;
	letter-spacing: 4px;
	margin-top: 20px;
}

.txrzLTitle {
    height: 38px;
	font-size: 14px;
	margin-top: 15px;
	letter-spacing: 2px;
}

.txrzBtn {
    width: 120px;
    height: 30px;
	margin: 10px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #2555b1;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 4px;
	padding-left: 4px;
	box-shadow: 2px 2px 10px #cfd5dd;
	cursor: pointer;
}


.zgzs {
	display: flex;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
}

.bottom {
	background-color: #2555b1;
	height: 70px;
	padding: 20px 0;
	margin-top: 50px;
	width: 100%;
}

.bottomPart {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	padding-top: 10px;
	height: 50px;
	justify-content: center;
}

.bottomContent {
	font-size: 16px;
	margin-left: 40px;
	line-height: 30px;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bottomBlack {
	background-color: #222;
	color: #fff;
	width: 100%;
	height: 50px;
}

.bottomBlackPart {
	width: 1200px;
	margin: 0 auto;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
}

.bottomBlackPart a {
	color: #ffffff;
}

.banner_enter {
	position: absolute;
	width: 100%;
	height: 87px;
	min-width: 1200px;
	color: #fff;
	background: url(../../img/bannerbg.png);
	bottom: 0;
	display: flex;
	justify-content: center;
	font-size: 24px;
}

.banner_enter .banner_con {
	width: 1200px;
	margin: 0 auto;
	height: 87px;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #ffe116;
}

.banner_enter .banner_con a {
	color: #fff;
}

.banner_enter .banner_con text {
	font-size: 36px;
}

.banner_enter img{
    width: 29px;
}

.toppic {
	margin-top: 100px;
}

.toppic img {
	width: 100%;
}

.main {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.leftmenu {
	padding: 10px;
	width: 250px;
}

.leftmenuTop {
	font-weight: bold;
	font-size: 16px;
	background: #f5f5f5;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 10px;
	color: #333;
	padding-left: 15px;
	padding-top: 10px;
	display: flex;
}

.shu {
	height: 15px;
	border-left: 4px solid #2b8aeb;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 16px;
}

.leftmenuList>div {
	border-bottom: 1px solid #fff;
	position: relative;
	text-indent: 5px;
	display: block;
	border-bottom: 1px solid #ebebeb;
	line-height: 40px;
	padding-right: 20px;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
}

.leftmenuList>div:hover {
	color: #2b8aeb;
}

.leftmenuList>div>i {
	position: absolute;
	right: 0px;
	font-size: 12px;
}

.mainpart {
	width: 900px;
}

.artTitle {
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 35px;
	color: #434343;
	font-weight: 550;
	padding-top: 20px;
	letter-spacing: 5px;
}

.artContent {
	display: flex;
	flex-direction: column;
	min-height: 600px;
    margin-top: 15px;

}

.artList {
	margin-top: 10px;
	width: 100%;
	height: 600px;
	font-size: 16px;
	border-radius: 0.1rem;
	margin-bottom: 0.7rem;
	background-color: #fff;
	box-shadow: 2px 2px 10px #cfd5dd;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.artListContent {
	height: 520px;
	padding: 17px 32.5px;
	    width: 90%
}
